Vcenter NamespaceManagement Storage Profiles Item
The Vcenter NamespaceManagement Storage Profiles Item schema contains the datastores and vSphere Zone which they are in.
This schema was added in vSphere API 8.0.0.1.
{
"zone": "string",
"datastores": [
"string"
]
}
The vSphere Zones the datastore are in.
This property was added in vSphere API 8.0.0.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone
.
The datastores in the zone.
This property was added in vSphere API 8.0.0.1.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Datastore
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Datastore
.